var crypto/hpke.testingOnlyGenerateKey

5 uses

	crypto/hpke (current package)
		kem.go#L233: var testingOnlyGenerateKey func() *ecdh.PrivateKey
		kem.go#L240: 	if testingOnlyGenerateKey != nil {
		kem.go#L241: 		privEph = testingOnlyGenerateKey()
		pq.go#L200: 	if testingOnlyGenerateKey != nil {
		pq.go#L201: 		skE = testingOnlyGenerateKey()